home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Programming
/
Python1.4_Source
/
Python
/
protos
/
marshal_protos1.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-06-24
|
250 b
|
9 lines
/* marshal.c part 1 */
static void w_more ( int c , WFILE *p );
static void w_string ( char *s , int n , WFILE *p );
static void w_short ( int x , WFILE *p );
static void w_long ( long x , WFILE *p );
static void w_object ( object *v , WFILE *p );